GrapeCity SPREAD for Windows Forms 12.0J
ListItemInfo コンストラクタ(SubItemInfo[],Int32,Object)


サブ項目のコレクション。
ListItemInfoオブジェクトのインデント設定を表すSystem.Int32値。
ListItemInfoオブジェクトの画像を表すobject値。
指定した設定を使用してListItemInfoクラスの新しいインスタンスを初期化します。
構文
'Declaration
 
Public Function New( _
   ByVal subItems() As SubItemInfo, _
   ByVal indent As Integer, _
   ByVal image As Object _
)
'使用法
 
Dim subItems() As SubItemInfo
Dim indent As Integer
Dim image As Object
 
Dim instance As New ListItemInfo(subItems, indent, image)
public ListItemInfo( 
   SubItemInfo[] subItems,
   int indent,
   object image
)

パラメータ

subItems
サブ項目のコレクション。
indent
ListItemInfoオブジェクトのインデント設定を表すSystem.Int32値。
image
ListItemInfoオブジェクトの画像を表すobject値。
参照

ListItemInfo クラス
ListItemInfo メンバ
オーバーロード一覧

 

 


Copyright © 2004 GrapeCity inc.